Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Explicitly define exported subpaths #870

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

michaldudak
Copy link
Member

@michaldudak michaldudak commented Nov 25, 2024

  • Explicitly defined identifiers exported from the package, as we don't intend to make every top-level package subdirectory public.
  • Removed babel and webpack package aliases. There is now a single place that defines them: tsconfig
  • Updated the build scripts to transform the package.json exports.

@michaldudak michaldudak added the core Infrastructure work going on behind the scenes label Nov 25, 2024
@mui-bot
Copy link

mui-bot commented Nov 25, 2024

Netlify deploy preview

https://deploy-preview-870--base-ui.netlify.app/

Generated by 🚫 dangerJS against 5c635b3

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 26, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 26, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 27, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 27, 2024
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 27, 2024
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 27, 2024
@@ -2,6 +2,7 @@
.nyc_output
/coverage
/docs/.next
/docs/data/**/*.js
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to lint autogenerated files

@@ -1,263 +0,0 @@
'use client';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the two Slider experiments that use internal API

Comment on lines +54 to +56
"./unstable-no-ssr": "./src/unstable-no-ssr/index.ts",
"./unstable-use-media-query": "./src/unstable-use-media-query/index.ts",
"./utils": "./src/utils/index.ts"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added the unstable- prefix to NoSsr and useMediaQuery as they are not documented yet (and their API might change).

@michaldudak michaldudak marked this pull request as ready for review November 28, 2024 08:57
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes PR: out-of-date The pull request has merge conflicts and can't be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants